Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/

button.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/button.png
153 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/index.html
397 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Weiben - Wheel of fortune</title>
<meta charset="UTF-8" />
<link rel="stylesh
marker.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/marker.png
164 Views
0 Comments
Media file
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/readme.md
260 Views
0 Comments
# Spin Wheel Game🎡
> It's a Spin Wheel Game made using HTML,CSS,JS , The Code is responsive and here after clicking the start bu
script.js /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/script.js
216 Views
0 Comments

(function() {
const wheel = document.querySelector('.wheel');
const startButton = document.querySelector('.button');
let
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/styles.css
158 Views
0 Comments
#app {
width: 400px;
height: 400px;
margin: 0 auto;
position: relative;
}
body{
background-image: linear-gradient(to rig
wheel.png /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/wheel.png
167 Views
0 Comments
Media file